ArcFM Responder Mobile Developer Guide
GetObject<T>() Method






Requested type
Generic version of GetObject(Type)
Syntax
'Declaration
 
Public Overloads Shared Function GetObject(Of T)() As T
'Usage
 
Dim value As T
 
value = RemotingHelper.GetObject(Of T)()
public static T GetObject<T>()
public function GetObject(): T; static; 
public static function GetObject() : T;
public: static T* GetObject<T>(); 
public:
static T^ GetObjectgeneric<typename T>
(); 

Type Parameters

T
Requested type

Return Value

The implementation of the requested type
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RemotingHelper Class
RemotingHelper Members
Overload List

Send Feedback